boxgadget: Add
authorBenjamin Otte <otte@redhat.com>
Wed, 23 Dec 2015 03:09:30 +0000 (04:09 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 11 Jan 2016 16:05:23 +0000 (17:05 +0100)
commitacc534ebfa2a3c292aca590c8a116a6340d2274d
tree1c56620605532cb849fd6102e9d9b6e2fb358a41
parent749855c1d1857f08b8c2d5b73c0e2dca1310cb2f
boxgadget: Add

Adds a GtkBoxGadget that is a Gadget that behaves like a GtkBox.

Use this gadget to implement the notebook base gadget.
gtk/Makefile.am
gtk/gtkboxgadget.c [new file with mode: 0644]
gtk/gtkboxgadgetprivate.h [new file with mode: 0644]
gtk/gtknotebook.c